Hello,
two questions:
- is there a size limit to the custom_details field? If so, what is it?
- is there a way to access custom_details from the REST API alerts or incidents endpoint?
thank you
Hello,
two questions:
thank you
IIRC, there is a size limit for the entire event payload of 512k and thereās no limit to the number of objects you could have in custom_details.
You can get the full event payload via an incidents āfirst_trigger_log_entriesā associated with an incidentās trigger.
thank you! that was very helpful
I finally got back around to looking at this. To get the details, I need to go /incidents/{id}/alerts. Each alert in the incident will have a body with a details object